home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
C
/
System
/
Talking Clock Pro™ 2.0b2
/
Talking Clock Pro Source
/
Controller
/
Headers
/
util.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-09-02
|
347 b
|
18 lines
|
[
TEXT/KAHL
]
/*
* util.h
*/
#pragma once
#ifndef util_h
# define util_h
Boolean SpeechAvailable ( void ) ;
Boolean ColorAvailable ( void ) ;
Boolean OffscreenAvailable ( void ) ;
Boolean KeyIsDown ( unsigned short keyCode ) ;
Boolean CheckGestaltBit ( long selector , long bitNumber ) ;
OSErr SysSpeakString ( unsigned char * str ) ;
#endif /* util_h */